home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Graphics_Utils
/
Video Easel
/
CAMRexx
/
HPP-Gas.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-06-24
|
223b
|
13 lines
/* HPP-Gas by an idea of Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
PLANEALGORITHM margolus hvcenters
return
MakePlane:
if center=opp & cw=ccw & center~=cw then
SETPLANE cw
else SETPLANE opp
return